home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / mfinputs / mathsy / mf
Encoding:
Text File  |  1988-02-26  |  1.1 KB  |  31 lines

  1. % This is MATHSY.MF in text format, as of Mar 31, 1986.
  2. % The Computer Modern Symbols family (by D. E. Knuth, 1979--1985)
  3.  
  4. font_coding_scheme:="TeX math symbols";
  5. mode_setup; font_setup;
  6.  
  7. autorounding:=hair;
  8. input calu;  % upper case calligraphic alphabet
  9. autorounding:=0;
  10.  
  11. font_slant slant; font_x_height x_height#;
  12. font_quad 18u# if not monospace:+4letter_fit# fi;
  13. % (The spacing is zero so that \TeX\ will always add the italic correction.)
  14. % (The calling file should give the other math symbol font parameters.)
  15.  
  16. slant:=mono_charic#:=0;  % the remaining characters will not be slanted
  17. currenttransform:=identity yscaled aspect_ratio scaled granularity;
  18. input symbol;  % the symbols
  19.  
  20. if not monospace:
  21.  skewchar=oct"060"; skew#=.5u#;
  22.  ligtable "I": "T": "V": skewchar kern skew#;
  23.  ligtable "K": skewchar kern 2skew#;
  24.  ligtable "D": "N": "P": "R": "U": "W": "Y": skewchar kern 3skew#;
  25.  ligtable "E": "F": "G": "H": "O": "Q": skewchar kern 4skew#;
  26.  ligtable "B": "C": "L": "M": "S": "X": "Z": skewchar kern 5skew#;
  27.  ligtable "J": skewchar kern 6skew#;
  28.  ligtable "A": skewchar kern 7skew#;
  29. fi;
  30. bye.
  31.